Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapCollectionBase<T> Class / Remove Method
The item to remove.

In This Topic
    Remove Method (MapCollectionBase<T>)
    In This Topic
    Removes an existing item from the collection.
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As T _
    ) As Boolean
    public bool Remove( 
       T item
    )

    Parameters

    item
    The item to remove.
    See Also